home *** CD-ROM | disk | FTP | other *** search
/ Colorado Rockies 2000 / Colorado Rockies 2000 by US West.iso / mac / tixseat.swf / scripts / DefineButton2_848 / BUTTONCONDACTION on(release).as
Text File  |  1999-09-07  |  260b  |  17 lines

  1. on(release){
  2.    gotoAndStop(1);
  3.    tellTarget("nugtext")
  4.    {
  5.       gotoAndStop("placeholder");
  6.       play();
  7.    }
  8.    tellTarget("../ad_space")
  9.    {
  10.       gotoAndStop("disney");
  11.    }
  12.    tellTarget("../circle")
  13.    {
  14.       gotoAndStop(2);
  15.    }
  16. }
  17.